sesl.androidx
Toggle table of contents
main
Platform filter
main
Switch theme
Search in API
sesl.androidx
core
/
androidx.core.os
/
[main]ExecutorCompat
/
create
create
@
NonNull
open
fun
create
(
@
NonNull
handler
:
Handler
)
:
Executor
(
source
)
Creates an adapter
Executor
that posts all executed tasks onto the given
Handler
.